google.golang.org/grpc/internal/transport.bdpEstimator.bdp (field)

10 uses

	google.golang.org/grpc/internal/transport (current package)
		bdp_estimator.go#L55: 	bdp uint32
		bdp_estimator.go#L88: 	if b.bdp == bdpLimit {
		bdp_estimator.go#L129: 	if float64(b.sample) >= beta*float64(b.bdp) && bwCurrent == b.bwMax && b.bdp != bdpLimit {
		bdp_estimator.go#L131: 		b.bdp = uint32(gamma * sampleFloat)
		bdp_estimator.go#L132: 		if b.bdp > bdpLimit {
		bdp_estimator.go#L133: 			b.bdp = bdpLimit
		bdp_estimator.go#L135: 		bdp := b.bdp
		http2_client.go#L364: 			bdp:               initialWindowSize,
		http2_server.go#L276: 			bdp:               initialWindowSize,